DATA DIVISION


   *   Describes the input and output formats tobe used by the
            computer
   *   Defines any constants and work areas necessary for the 
            processing of data
   *   Any area of storage that is required for the processing 
            of data must be established in the data division


                                                                                                           OK